-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(jans-cli-tui): hide realm in idp setup #9538
Conversation
Signed-off-by: Mustafa Baser <[email protected]>
DryRun Security SummaryThe pull request updates the documentation for creating and managing SAML identity providers in the Janssen system and modifies the Expand for full summarySummary: The changes in this pull request are related to the configuration of SAML identity providers (IDPs) in the Janssen system. The first set of changes updates the documentation for creating and managing SAML IDPs using the Janssen Text-based UI (TUI) or command-line interface. The second set of changes modifies the The documentation changes provide clear instructions on how to create a new SAML IDP, including navigating to the appropriate section, adding the necessary details, and persisting the IDP configuration in the Janssen database. This centralized management approach is a positive security feature, as it avoids the need for manual configuration in the Keycloak admin console. The code changes to the Specifically, the application should implement robust validation and sanitization of the uploaded metadata file and the manually entered metadata fields to prevent the introduction of malicious content or configurations. Additionally, the application should continue to properly handle and validate the realm configuration, as it can have security implications. Files Changed:
Code AnalysisWe ran Riskiness🟢 Risk threshold not exceeded. |
Error: Hi @devrimyatar, You did not reference an open issue in your PR. I attempted to create an issue for you. |
Quality Gate passed for 'jans-cli'Issues Measures |
Signed-off-by: Mustafa Baser <[email protected]>
Quality Gate passed for 'jans-config-api-parent'Issues Measures |
* fix(jans-cli-tui): hide realm in idp setup Signed-off-by: Mustafa Baser <[email protected]> * docs(jans-cli-tui): update IDP for TUI Signed-off-by: Mustafa Baser <[email protected]> --------- Signed-off-by: Mustafa Baser <[email protected]> Former-commit-id: 6580d48
closes #9533